home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 255 / SOMC Family Forum 255.iso / Main16.exe / Main16.dxr / 00005_IntroSkip.ls < prev    next >
Encoding:
Text File  |  1998-09-14  |  263 b   |  18 lines

  1. on keyUp
  2.   set the movieRate of sprite 1 to 0
  3.   glow(1, 0)
  4.   unloadMember("Intro")
  5.   updateStage()
  6.   glow(1, 1)
  7.   go("Start")
  8. end
  9.  
  10. on mouseUp
  11.   set the movieRate of sprite 1 to 0
  12.   glow(1, 0)
  13.   unloadMember("Intro")
  14.   updateStage()
  15.   glow(1, 1)
  16.   go("Start")
  17. end
  18.